From cb268f4a8e9bb37540ff7d1bf90e75e9ea2cb1ff Mon Sep 17 00:00:00 2001 From: elexis Date: Mon, 10 Jul 2017 22:12:44 +0000 Subject: [PATCH] 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. --- .../data/technologies/upgrade_rank_advanced_mercenary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/data/technologies/upgrade_rank_advanced_mercenary.json b/binaries/data/mods/public/simulation/data/technologies/upgrade_rank_advanced_mercenary.json index c09773e5ae..b004312498 100644 --- a/binaries/data/mods/public/simulation/data/technologies/upgrade_rank_advanced_mercenary.json +++ b/binaries/data/mods/public/simulation/data/technologies/upgrade_rank_advanced_mercenary.json @@ -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"]