1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_gaia_geo_mineral.xml
Matei acea9cc2a3 #Several gameplay changes:
#- Modified female citizen gather rates and aura effects.
#- Units automatically go gather nearby resources when done building a
dropsite.
#- Ore renamed to metal.

This was SVN commit r4594.
2006-10-26 21:35:25 +00:00

35 lines
613 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</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>500</Max>
<Type>metal</Type>
</Supply>
</Traits>
</Entity>