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

34 lines
585 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>
<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>