0ad/binaries/data/mods/public/simulation/templates/gaia/treasure/wood.xml
2026-08-09 16:14:46 -04:00

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>