mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
29 lines
702 B
XML
29 lines
702 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Entity parent="template_gaia_treasure">
|
|
<Footprint replace="">
|
|
<Circle radius="4.0"/>
|
|
<Height>2.0</Height>
|
|
</Footprint>
|
|
<Identity>
|
|
<SpecificName>Stone Treasure</SpecificName>
|
|
<History>
|
|
A pile of stone roughly cut into blocks.
|
|
</History>
|
|
</Identity>
|
|
<Obstruction>
|
|
<Static width="6.5" depth="6.5"/>
|
|
</Obstruction>
|
|
<Sound>
|
|
<SoundGroups>
|
|
<select>interface/select/resource/sel_stone.xml</select>
|
|
</SoundGroups>
|
|
</Sound>
|
|
<Treasure>
|
|
<Resources>
|
|
<stone>300</stone>
|
|
</Resources>
|
|
</Treasure>
|
|
<VisualActor>
|
|
<Actor>props/special/eyecandy/stone_pile.xml</Actor>
|
|
</VisualActor>
|
|
</Entity>
|