mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
29 lines
688 B
XML
29 lines
688 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Entity parent="template_gaia_treasure">
|
|
<Footprint>
|
|
<Square width="4.0" depth="7.0"/>
|
|
<Height>12.0</Height>
|
|
</Footprint>
|
|
<Identity>
|
|
<SpecificName>Wood Treasure</SpecificName>
|
|
<History>
|
|
A pile of roughly hewn lumber.
|
|
</History>
|
|
</Identity>
|
|
<Obstruction>
|
|
<Static width="3.5" depth="6.5"/>
|
|
</Obstruction>
|
|
<Sound>
|
|
<SoundGroups>
|
|
<select>interface/select/resource/sel_tree.xml</select>
|
|
</SoundGroups>
|
|
</Sound>
|
|
<Treasure>
|
|
<Resources>
|
|
<wood>300</wood>
|
|
</Resources>
|
|
</Treasure>
|
|
<VisualActor>
|
|
<Actor>props/special/eyecandy/wood_pile.xml</Actor>
|
|
</VisualActor>
|
|
</Entity>
|