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

38 lines
565 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>175</Metal>
</Resource>
</Creation>
<Armour>
<Hack>5.0</Hack>
<Pierce>4.0</Pierce>
<Crush>12.0</Crush>
</Armour>
</Traits>
<Actions>
<Attack>
<Hack>25.0</Hack>
</Attack>
</Actions>
</Entity>