0ad/binaries/data/mods/public/simulation/templates/template_unit_hero.xml

40 lines
842 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Identity>
<GenericName>Hero</GenericName>
</Identity>
<Cost>
<BuildTime>60</BuildTime>
<Resources>
<food>100</food>
<metal>250</metal>
</Resources>
</Cost>
<Health>
<Max>300</Max>
<RegenRate>0.5</RegenRate>
</Health>
<Armour>
<Hack>7.0</Hack>
<Pierce>12.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>8.5</WalkSpeed>
</UnitMotion>
<Attack>
<Hack>40.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<Range>5.0</Range>
<PrepareTime>900</PrepareTime>
<RepeatTime>1500</RepeatTime>
</Attack>
<Sound>
<SoundGroups>
<attack>attack/weapon/sword.xml</attack>
<death>actor/human/death/death.xml</death>
</SoundGroups>
</Sound>
</Entity>