1
0
forked from 0ad/0ad

[Gameplay] Nerf Chandragupta aura

Patch by: @real_tabasco_sauce
Comments by: @borg-
Accepted by: @wowgetoffyourcellphone
Differential revision: https://code.wildfiregames.com/D5124
This was SVN commit r27876.
This commit is contained in:
wowgetoffyourcellphone 2023-10-08 05:22:18 +00:00
parent 07fdf0a7f7
commit 1108f98431

View File

@ -1,19 +1,13 @@
{
"type": "range",
"radius": 60,
"affects": ["Soldier !Elephant"],
"affects": ["Soldier"],
"modifications": [
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.1 },
{ "value": "Resistance/Entity/Damage/Hack", "add": 1 },
{ "value": "Resistance/Entity/Damage/Pierce", "add": 1 },
{ "value": "Resistance/Entity/Damage/Crush", "add": 1 }
],
"auraName": "Empire Maker",
"auraDescription": "Soldiers +10% melee and ranged attack damage, +1 crush, hack, pierce resistance.",
"overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
"auraDescription": "Soldiers +1 crush, hack, pierce resistance.",
"overlayIcon": "art/textures/ui/session/auras/standground.png"
}