mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
27 lines
653 B
XML
27 lines
653 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Entity parent="template_gaia_treasure">
|
|
<Footprint replace="">
|
|
<Circle radius="1.0"/>
|
|
<Height>2.5</Height>
|
|
</Footprint>
|
|
<Identity>
|
|
<SpecificName>Secret Box</SpecificName>
|
|
<History>
|
|
It's a barrel filled with metal.
|
|
There. I ruined the secret.
|
|
</History>
|
|
</Identity>
|
|
<Sound>
|
|
<SoundGroups>
|
|
<select>interface/select/resource/sel_metal.xml</select>
|
|
</SoundGroups>
|
|
</Sound>
|
|
<Treasure>
|
|
<Resources>
|
|
<metal>300</metal>
|
|
</Resources>
|
|
</Treasure>
|
|
<VisualActor>
|
|
<Actor>props/special/eyecandy/barrel_a.xml</Actor>
|
|
</VisualActor>
|
|
</Entity>
|