1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_fauna.xml
Matei 6578c2c05c Added the new entities.
This was SVN commit r3251.
2005-12-15 22:58:31 +00:00

42 lines
625 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Fauna</Generic>
<Civ>Gaia</Civ>
<Classes>Gaia, Fauna</Classes>
</Id>
<Footprint>
<Radius>1.0</Radius>
<Height>2.5</Height>
</Footprint>
<Loot>
<XP>10</XP>
</Loot>
<MiniMap>
<Type>Food</Type>
<Red>205</Red>
<Green>115</Green>
<Blue>16</Blue>
</MiniMap>
<Supply>
<Max>100</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
</Traits>
</Entity>