1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit_champion.xml
Mythos_Ruler 8b511dd053 #New ATTACK BONUSES code.
This was SVN commit r10804.
2011-12-24 03:49:30 +00:00

18 lines
379 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>0</food>
<wood>5</wood>
<stone>5</stone>
<metal>10</metal>
</Loot>
</Entity>