1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_champion.xml
Mythos_Ruler d7b31da2dc Loot stuffs. :)
This was SVN commit r11524.
2012-04-16 00:17:41 +00:00

18 lines
381 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>