1
0
forked from mirrors/0ad

The mercenary upgrade technology from D407 is not expected to affect Mercenary Champions since those can't take advantage of the tech.

String should be fixed after the release.

Differential Revision: https://code.wildfiregames.com/D734
Patch By: Grugnas
This was SVN commit r19908.
This commit is contained in:
elexis
2017-07-10 22:12:44 +00:00
parent 53eaef0746
commit cb268f4a8e
@@ -13,7 +13,7 @@
"tooltip": "Mercenaries are promoted to advanced rank but require +20% training time.",
"modifications": [
{ "value": "Promotion/RequiredXp", "replace": 0, "affects": "Basic" },
{ "value": "Cost/BuildTime", "multiply": 1.2 }
{ "value": "Cost/BuildTime", "multiply": 1.2, "affects": "Advanced" }
],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml",
"affects": ["Mercenary"]