1
0
forked from 0ad/0ad

Add 10% health on hoplite tradition tech.

With the change to the Spartan bonus, it is interesting to add +10%
health to the hoplite tradition tech.
The hoplites dominated warfare for a long time, and it is fair to keep
this bonus somehow.

Patch by: @borg-
Differential revision: https://code.wildfiregames.com/D5098
Accepted by: @real_tabasco_sauce, @wowgetoffyourcellphone
This was SVN commit r27804.
This commit is contained in:
Freagarach 2023-08-16 10:23:28 +00:00
parent 3ad1e487a9
commit 986751d234

View File

@ -19,10 +19,11 @@
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "armor_corinthian.png",
"researchTime": 60,
"tooltip": "Hoplites −25% training time and −50% promotion experience.",
"tooltip": "Hoplites −25% training time, −50% promotion experience, and +10% health.",
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.75 },
{ "value": "Promotion/RequiredXp", "multiply": 0.5 }
{ "value": "Promotion/RequiredXp", "multiply": 0.5 },
{ "value": "Health/Max", "multiply": 1.1 }
],
"affects": ["Infantry Spearman !Hero"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"