mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix Seleucus aura
This was SVN commit r18190.
This commit is contained in:
parent
23a43cb0f6
commit
0501ff9f59
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
"radius": 80,
|
||||
"affects": ["Elephant"],
|
||||
"modifications": [
|
||||
{ "value": "UnitMotion/WalkSpeed>", "multiply": 1.2 },
|
||||
{ "value": "Attack/Melee/Hack>", "multiply": 1.2 },
|
||||
{ "value": "Attack/Melee/Crush>", "multiply": 1.2 }
|
||||
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.2 },
|
||||
{ "value": "Attack/Melee/Hack", "multiply": 1.2 },
|
||||
{ "value": "Attack/Melee/Crush", "multiply": 1.2 }
|
||||
],
|
||||
"auraName": "Zooiarchos Aura",
|
||||
"auraDescription": "Boosts War Elephant attack and speed +20% within his vision.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue