1
0
forked from mirrors/0ad

[Gameplay A24] - Tweak War Elephant damage.

Now that rams are available to all civs, it's no longer necessary for
elephants to keep having the same amount of crush damage as rams.
This patch therefore reduces their crush damage by 20%, but raises their
hack damage by 50%, making them less effective vs structures but better
against units.

Patch by: @Nescio
Differential revision: D3371
Reviewed by: @borg-, @wraitii
This was SVN commit r24637.
This commit is contained in:
Freagarach
2021-01-15 18:28:48 +00:00
parent afff5b9f8d
commit 91ee0093ca
2 changed files with 4 additions and 4 deletions
@@ -5,9 +5,9 @@
<Melee>
<AttackName>Trunk</AttackName>
<Damage>
<Hack>20</Hack>
<Hack>30</Hack>
<Pierce>0</Pierce>
<Crush>150</Crush>
<Crush>120</Crush>
</Damage>
<MaxRange>5.0</MaxRange>
<PrepareTime>750</PrepareTime>
@@ -5,9 +5,9 @@
<Melee>
<AttackName>Trunk</AttackName>
<Damage>
<Hack>40</Hack>
<Hack>60</Hack>
<Pierce>0</Pierce>
<Crush>300</Crush>
<Crush>240</Crush>
</Damage>
<MaxRange>5.0</MaxRange>
<PrepareTime>750</PrepareTime>