1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_super_infantry.xml
arissa_nightblade 62ccd531ed Added Armor and Damage values using the new config system.
This was SVN commit r4773.
2007-01-15 21:51:55 +00:00

39 lines
622 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>
</Traits>
<Armour>
<Hack>250.0</Hack>
<Pierce>210.0</Pierce>
<Crush>180.0</Crush>
</Armour>
<Actions>
<Attack>
<Hack>220.0</Hack>
<Pierce>170.0</Pierce>
<Crush>150.0</Crush>
</Attack>
</Actions>
</Entity>