1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_support.xml
Matei acea9cc2a3 #Several gameplay changes:
#- Modified female citizen gather rates and aura effects.
#- Units automatically go gather nearby resources when done building a
dropsite.
#- Ore renamed to metal.

This was SVN commit r4594.
2006-10-26 21:35:25 +00:00

38 lines
528 B
XML

<?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>