1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_gaia_treasure.xml
2012-03-22 07:12:00 +00:00

34 lines
894 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="250" g="250" b="250"/>
</Minimap>
<Obstruction>
<Static width="1.5" depth="1.5"/>
</Obstruction>
<ResourceSupply>
<KillBeforeGather>false</KillBeforeGather>
<Amount>300</Amount>
<Type>treasure.metal</Type>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_universal.xml</select>
</SoundGroups>
</Sound>
<Selectable>
<EditorOnly disable=""/>
</Selectable>
</Entity>