mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
Differentiate cataphract as a stronger, but much slower unit, nerf the HP bonus technology.
This commit is contained in:
committed by
real_tabasco_sauce
parent
12be6a0e59
commit
3dfd4b0d3e
@@ -23,10 +23,10 @@
|
||||
"requirementsTooltip": "Unlocked in City Phase.",
|
||||
"icon": "nisean_war_horses.png",
|
||||
"researchTime": 60,
|
||||
"tooltip": "Champion Cavalry Spearmen +20% health, but +10% training time.",
|
||||
"tooltip": "Champion Cavalry Spearmen +10% health, but +10% training time.",
|
||||
"modifications": [
|
||||
{ "value": "Cost/BuildTime", "multiply": 1.1 },
|
||||
{ "value": "Health/Max", "multiply": 1.2 }
|
||||
{ "value": "Health/Max", "multiply": 1.1 }
|
||||
],
|
||||
"affects": ["Champion Cavalry Spearman"],
|
||||
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
|
||||
|
||||
@@ -23,14 +23,13 @@
|
||||
<Resistance>
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack op="add">1</Hack>
|
||||
<Pierce op="add">1</Pierce>
|
||||
<Crush op="add">1</Crush>
|
||||
<Hack op="add">3</Hack>
|
||||
<Pierce op="add">3</Pierce>
|
||||
</Damage>
|
||||
</Entity>
|
||||
</Resistance>
|
||||
<UnitMotion>
|
||||
<WalkSpeed op="mul">0.95</WalkSpeed>
|
||||
<WalkSpeed op="mul">0.80</WalkSpeed>
|
||||
<Acceleration op="mul">0.8</Acceleration>
|
||||
</UnitMotion>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user