1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_hero.xml
Mythos_Ruler fda1d07794 Tweaking some pop costs.
This was SVN commit r11450.
2012-04-08 07:27:56 +00:00

66 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Armour>
<Hack>10.0</Hack>
<Pierce>20.0</Pierce>
<Crush>15.0</Crush>
</Armour>
<Attack>
<Melee>
<Hack>40.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<MaxRange>5.0</MaxRange>
<RepeatTime>1500</RepeatTime>
</Melee>
<Charge>
<Hack>120.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<MaxRange>5.0</MaxRange>
<MinRange>0.0</MinRange>
</Charge>
</Attack>
<Cost>
<Population>2</Population>
<BuildTime>60</BuildTime>
<Resources>
<food>100</food>
<metal>250</metal>
</Resources>
</Cost>
<Health>
<Max>400</Max>
<RegenRate>0.5</RegenRate>
</Health>
<Identity>
<GenericName>Hero</GenericName>
<Classes datatype="tokens">Hero Organic</Classes>
</Identity>
<Loot>
<xp>400</xp>
<food>10</food>
<wood>0</wood>
<stone>0</stone>
<metal>25</metal>
</Loot>
<Minimap>
<Type>hero</Type>
</Minimap>
<Sound>
<SoundGroups>
<attack>attack/weapon/sword.xml</attack>
<death>actor/human/death/death.xml</death>
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed>9.0</WalkSpeed>
<Run>
<Speed>22.5</Speed>
</Run>
</UnitMotion>
<Vision>
<Range>60</Range>
</Vision>
</Entity>