mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 00:25:50 +00:00
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:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user