1
0
forked from 0ad/0ad

Lower Champion Elephant armor against Pierce.

Elephants go from 2150 real HP to 2100 against Hack and 1700 against
Pierce.
The intention is to make them more vulnerable to range (and somewhat
spearmen as well).

Suggested by: Valihrant
Differential Revision: https://code.wildfiregames.com/D4058
This was SVN commit r25721.
This commit is contained in:
wraitii 2021-06-07 06:40:38 +00:00
parent d9511564ce
commit 88e6671388

View File

@ -13,7 +13,7 @@
<Height>9.0</Height>
</Footprint>
<Health>
<Max>750</Max>
<Max>1000</Max>
</Health>
<Identity>
<GenericName>War Elephant</GenericName>
@ -30,8 +30,8 @@
<Resistance>
<Entity>
<Damage>
<Hack>10</Hack>
<Pierce>10</Pierce>
<Hack>7</Hack>
<Pierce>5</Pierce>
<Crush>20</Crush>
</Damage>
</Entity>