Slightly buff melee units by making ranged units promote slower.

Ranged units are more durable, and generally stronger than melee units
currently.
Making them promote slower (+25%) slightly reduces the gap.

Patch by: borg-
Reviewed By: wraitii, genava55, badosu
Differential Revision: https://code.wildfiregames.com/D2899
This was SVN commit r24014.
This commit is contained in:
wraitii 2020-09-02 07:12:15 +00:00
parent 7c534eae8a
commit 344d1cc837

View File

@ -0,0 +1,8 @@
{
"autoResearch": true,
"tooltip": "Ranged Soldiers +25% promotion experience.",
"modifications": [
{ "value": "Promotion/RequiredXp", "multiply": 1.25 }
],
"affects": ["Ranged Soldier"]
}