0ad/binaries/data/mods/public/entities/template_gaia_geo_mineral.xml
Mythos_Ruler dc9ac94909 #New cypress trees.
This was SVN commit r6946.
2009-07-12 00:39:55 +00:00

33 lines
616 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_geo">
<Traits>
<Id>
<Internal_Only />
<Generic>Mineral</Generic>
<Icon>PortraitSheetRock</Icon>
<Icon_Cell>1</Icon_Cell>
<Classes>Mineral, Metal</Classes>
<Rollover>A mineral deposit, providing access to rare forms of precious metal.</Rollover>
</Id>
<MiniMap>
<Type>Metal</Type>
<Red>192</Red>
<Green>192</Green>
<Blue>0</Blue>
</MiniMap>
<Supply>
<Max>1000</Max>
<Type>metal</Type>
</Supply>
</Traits>
</Entity>