1
0
forked from 0ad/0ad

[Gameplay] Adjustments to Hippocrates

This makes some adjustments to Hippocrates by renaming his auras and
tweaking their effects.

Patch by: @wowgetoffyourcellphone
Accepted by: @borg-, @real_tabasco_sauce

Differential revision: https://code.wildfiregames.com/D5138
This was SVN commit r27857.
This commit is contained in:
wowgetoffyourcellphone 2023-09-24 20:06:44 +00:00
parent b9b5881826
commit ce35c37153
2 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,7 @@
"modifications": [
{ "value": "Health/RegenRate", "add": 0.5 }
],
"auraName": "Regeneration",
"auraName": "Father of Medicine",
"auraDescription": "Humans +0.5 health regeneration rate.",
"overlayIcon": "art/textures/ui/session/auras/heal.png"
"overlayIcon": "art/textures/ui/session/auras/health_bonus.png"
}

View File

@ -1,12 +1,11 @@
{
"type": "range",
"radius": 35,
"type": "global",
"affects": ["Healer"],
"affectedPlayers": ["MutualAlly"],
"modifications": [
{ "value": "Heal/Health", "add": 2.0 }
{ "value": "Heal/Health", "add": 1.0 }
],
"auraName": "Medicine Father",
"auraDescription": "Own and Allied Healers +2 heal health.",
"auraName": "Hippocratic Oath",
"auraDescription": "Own and Allied Healers +1 healing effect.",
"overlayIcon": "art/textures/ui/session/auras/heal.png"
}