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

40 lines
1.1 KiB
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=""/>
<Overlay>
<Texture>
<MainTexture>circle/128x128.png</MainTexture>
<MainTextureMask>circle/128x128_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
</Entity>