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

28 lines
883 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_treasure">
<Footprint>
<Square width="20.0" depth="10.0"/>
<Height>9.0</Height>
</Footprint>
<Identity>
<SpecificName>Shipwreck</SpecificName>
<History>
Sadly, sailing in the ancient world could be a dangerous thing. Large storms could appear unexpectedly and wreck even the largest boat. It appears all the ships cargo has washed away. However, the ships wood is sturdy and could be repurposed.
</History>
</Identity>
<Obstruction>
<Static width="20.0" depth="10.0"/>
</Obstruction>
<Position>
<Floating>true</Floating>
<FloatDepth>0.0</FloatDepth>
</Position>
<Treasure>
<Resources>
<wood>500</wood>
</Resources>
</Treasure>
<VisualActor>
<Actor>props/special/eyecandy/shipwreck_ram_side.xml</Actor>
</VisualActor>
</Entity>