0ad/binaries/data/mods/public/simulation/templates/structures/cart_wonder.xml
2013-04-29 02:46:13 +00:00

24 lines
803 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_wonder">
<Footprint>
<Square width="14" depth="14"/>
<Height>5.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
<SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>cart</Civ>
<SpecificName>Mausoleum</SpecificName>
<History>Dating from the 2nd Century BC, the Mausoleum of Atban in northern Tunisia is over twenty metres high and was built by the inhabitants of Dougga for a Numidian prince.</History>
</Identity>
<Obstruction>
<Static width="12.5" depth="12.5"/>
</Obstruction>
<VisualActor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
<Actor>structures/carthaginians/mausoleum.xml</Actor>
</VisualActor>
</Entity>