1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_super_infantry.xml

45 lines
738 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>100</Food>
<Metal>125</Metal>
</Resource>
</Creation>
<Armour>
<Hack>8.0</Hack>
<Pierce>7.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<Health>
<Max>175</Max>
</Health>
</Traits>
<Actions>
<Attack>
<Hack>30.0</Hack>
<Charge>
<Hack>75.0</Hack>
</Charge>
</Attack>
<Move>
<Speed>8.5</Speed>
<Run>
<Speed>16.5</Speed>
</Run>
</Move>
</Actions>
</Entity>