1
0
forked from 0ad/0ad

[gameplay] Nerf Han hero Han Xin

Patch by: @ValihrAnt
Accepted by: @marder, @wowgetoffyourcellphone
Differential Revision: https://code.wildfiregames.com/D4525
This was SVN commit r26626.
This commit is contained in:
Stan 2022-03-12 21:22:16 +00:00
parent 50234ba533
commit d9ccc5c499
2 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,11 @@
{
"type": "range",
"radius": 40,
"radius": 30,
"affects": ["CitizenSoldier"],
"affectedPlayers": ["Ally"],
"modifications": [
{ "value": "Promotion/RequiredXp", "multiply": 0.5 }
],
"auraName": "Northern Army",
"auraDescription": "Own and Allied Soldiers -50% promotion experience.",
"auraDescription": "Soldiers -50% promotion experience.",
"overlayIcon": "art/textures/ui/session/auras/xp.png"
}

View File

@ -3,9 +3,8 @@
"affects": ["Soldier"],
"affectedPlayers": ["Ally"],
"modifications": [
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 },
{ "value": "Vision/Range", "multiply": 1.25 }
],
"auraName": "Southern Army",
"auraDescription": "Own and Allied Soldiers +15% walk speed and +25% vision range."
"auraDescription": "Own and Allied Soldiers +25% vision range."
}