1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_unit_fauna.xml
Acumen c9250bd415 GUI Updates:
* Implemented Jason's new tabs for portraits. Shuffled buttons around a
bit.
* Started on Status Pane elements ... portrait, health and stamina bars,
garrison and supply counters, and descriptive text.

This was SVN commit r3585.
2006-03-03 00:02:01 +00:00

39 lines
600 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>
<Icon>PortraitSheetAnimal</Icon>
<Icon_Cell>0</Icon_Cell>
<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>
</Traits>
</Entity>