0ad/binaries/data/mods/public/simulation/templates/structures/cart_mausoleum.xml
Mythos_Ruler f6e1e15a5d Fixed an icon error.
This was SVN commit r12888.
2012-11-25 20:36:20 +00:00

29 lines
817 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Cost>
<BuildTime>120</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Footprint>
<Square width="14" depth="14"/>
<Height>5.0</Height>
</Footprint>
<Health>
<Max>1200</Max>
</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>
<Icon>structures/temple.png</Icon>
</Identity>
<Obstruction>
<Static width="12.5" depth="12.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/carthaginians/mausoleum.xml</Actor>
</VisualActor>
</Entity>