1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_unit_super_infantry.xml
2008-11-25 08:29:38 +00:00

69 lines
1.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_super">
<Traits>
<Id>
<Generic>Super Infantry</Generic>
<Icon_Cell>43</Icon_Cell>
<Classes>Organic, Foot</Classes>
</Id>
<Creation>
<Resource>
<Food>75</Food>
<Metal>100</Metal>
</Resource>
</Creation>
<Footprint>
<Radius>0.5</Radius>
<Height>4.0</Height>
</Footprint>
<Armour>
<Hack>8.0</Hack>
<Pierce>7.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<Health>
<Max>120</Max>
</Health>
<Population>
<Rem>1</Rem>
</Population>
<Vision>
<Los>13</Los>
</Vision>
</Traits>
<Actions>
<Attack>
<Melee>
<Hack>25.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Range>5.0</Range>
<Speed>1500</Speed>
</Melee>
<Charge>
<Hack>60.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Range>5.0</Range>
<Speed>1000</Speed>
</Charge>
</Attack>
<Move>
<Speed>8.5</Speed>
<TurningRadius>1.0</TurningRadius>
<Run>
<Speed>16.5</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</Move>
</Actions>
<SoundGroups>
<Walk>audio/actor/human/movement/walk.xml</Walk>
<Run>audio/actor/human/movement/walk.xml</Run>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/human/death/death.xml</Death>
</SoundGroups>
</Entity>