mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
28 lines
883 B
XML
28 lines
883 B
XML
<?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 ship’s cargo has washed away. However, the ship’s 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>
|