0ad/binaries/data/mods/public/simulation/templates/template_unit_champion.xml
sanderd17 1aaca7e6e3 health regeneration
This was SVN commit r13647.
2013-08-12 17:45:18 +00:00

16 lines
386 B
XML

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