1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_gaia_treasure.xml
2011-07-30 20:09:46 +00:00

27 lines
723 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<Footprint replace="">
<Square width="2.0" depth="2.0"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<GenericName>Generic Treasure</GenericName>
<SpecificName>Treasure</SpecificName>
<Tooltip>A treasure that can be quickly gathered.</Tooltip>
<Icon>gaia/special_treasure.png</Icon>
</Identity>
<Minimap>
<Type>metal</Type>
<Colour r="192" g="192" b="0"/>
</Minimap>
<Obstruction>
<Static width="1.5" depth="1.5"/>
</Obstruction>
<ResourceSupply>
<KillBeforeGather>false</KillBeforeGather>
<Amount>300</Amount>
<Type>treasure.metal</Type>
</ResourceSupply>
<Selectable/>
</Entity>