Let the "will to fight" upgrade also boost siege engine and ship attack damage. Patch by fatherbushido.

This was SVN commit r18814.
This commit is contained in:
elexis 2016-10-08 16:26:13 +00:00
parent 0030f6ad2b
commit 5e88ae118a

View File

@ -13,7 +13,7 @@
"requirementsTooltip": "Unlocked in City Phase.", "requirementsTooltip": "Unlocked in City Phase.",
"icon": "clenched_fist.png", "icon": "clenched_fist.png",
"researchTime": 40, "researchTime": 40,
"tooltip": "Inspire your troops with higher pay. All soldiers +25% attack.", "tooltip": "Inspire your troops with higher pay. All land and naval army +25% attack.",
"modifications": [ "modifications": [
{"value": "Attack/Melee/Hack", "multiply": 1.25}, {"value": "Attack/Melee/Hack", "multiply": 1.25},
{"value": "Attack/Melee/Pierce", "multiply": 1.25}, {"value": "Attack/Melee/Pierce", "multiply": 1.25},
@ -22,6 +22,6 @@
{"value": "Attack/Ranged/Pierce", "multiply": 1.25}, {"value": "Attack/Ranged/Pierce", "multiply": 1.25},
{"value": "Attack/Ranged/Crush", "multiply": 1.25} {"value": "Attack/Ranged/Crush", "multiply": 1.25}
], ],
"affects": ["CitizenSoldier", "Champion", "Hero"], "affects": ["Melee", "Ranged"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml" "soundComplete": "interface/alarm/alarm_upgradearmory.xml"
} }