0ad/binaries/data/mods/public/simulation/templates/template_gaia_treasure.xml
2010-11-12 22:31:19 +00:00

27 lines
729 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<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>
<Footprint replace="">
<Square width="19.0" depth="31.5"/>
<Height>12.0</Height>
</Footprint>
<Obstruction>
<Static width="17.5" depth="30.0"/>
</Obstruction>
<Selectable/>
<ResourceSupply>
<KillBeforeGather>false</KillBeforeGather>
<Amount>300</Amount>
<Type>metal.treasure</Type>
</ResourceSupply>
</Entity>