1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_champion.xml
leper c4d6019599 Add garrison order sound and remove the old garrison sound.
Fix some map errors, tabs in templates and update docs.

This was SVN commit r11891.
2012-05-20 15:44:57 +00:00

18 lines
384 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Health>
<RegenRate>0.4</RegenRate>
</Health>
<Identity>
<GenericName>Champion Unit</GenericName>
<Classes datatype="tokens">Champion Organic</Classes>
</Identity>
<Loot>
<xp>150</xp>
<food>10</food>
<wood>10</wood>
<stone>0</stone>
<metal>20</metal>
</Loot>
</Entity>