1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_champion.xml
2011-07-30 20:09:46 +00:00

18 lines
376 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">Super Organic</Classes>
</Identity>
<Loot>
<xp>150</xp>
<food>0</food>
<wood>5</wood>
<stone>5</stone>
<metal>10</metal>
</Loot>
</Entity>