1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_unit_support.xml

36 lines
524 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit">
<Traits>
<Id>
<Generic>Support</Generic>
<Classes>Support, Organic</Classes>
</Id>
<Health>
<RegenRate>0.2</RegenRate>
</Health>
<Loot>
<Xp>10</Xp>
<Food>1</Food>
<wood>1</wood>
<Stone>1</Stone>
<Metal>1</Metal>
</Loot>
<MiniMap>
<Type>Support</Type>
</MiniMap>
<Population>
<Rem>1</Rem>
</Population>
</Traits>
</Entity>