1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_gaia_geo_rock.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

36 lines
653 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_gaia_geo"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Rock</Generic>
<Specific>Rock</Specific>
<Icon>PortraitSheetRock</Icon>
<Icon_Cell>0</Icon_Cell>
<Classes>Rock</Classes>
<Rollover>A lump of hard common mineral. It can be mined to provide stone building material.</Rollover>
</Id>
<MiniMap>
<Type>Stone</Type>
<Red>128</Red>
<Green>128</Green>
<Blue>128</Blue>
</MiniMap>
<Supply>
<Max>50</Max>
<Type>stone</Type>
</Supply>
</Traits>
</Entity>