mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 08:03:37 +00:00
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:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"autoResearch": true,
|
||||
"tooltip": "Ranged Soldiers +25% promotion experience.",
|
||||
"modifications": [
|
||||
{ "value": "Promotion/RequiredXp", "multiply": 1.25 }
|
||||
],
|
||||
"affects": ["Ranged Soldier"]
|
||||
}
|
||||
Reference in New Issue
Block a user