0ad/binaries/data/mods/official/entities/template_unit_super_infantry.xml
arissa_nightblade bd2fc4f2f4 Put the Armor Points in the correct spot.
This was SVN commit r4778.
2007-01-17 01:27:08 +00:00

40 lines
624 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_super"
>
<Traits>
<Id>
<Generic>Super Infantry</Generic>
<Icon_Cell>42</Icon_Cell>
<Classes>Organic, Foot</Classes>
</Id>
<Creation>
<Resource>
<Food>150</Food>
<Metal>75</Metal>
</Resource>
</Creation>
<Armour>
<Hack>250.0</Hack>
<Pierce>210.0</Pierce>
<Crush>180.0</Crush>
</Armour>
</Traits>
<Actions>
<Attack>
<Hack>220.0</Hack>
<Pierce>170.0</Pierce>
<Crush>150.0</Crush>
</Attack>
</Actions>
</Entity>