1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/iber_wall.xml
2012-05-01 20:44:32 +00:00

19 lines
599 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Footprint>
<Square width="25" depth="9"/>
<Height>9.0</Height>
</Footprint>
<Identity>
<Civ>iber</Civ>
<SpecificName>Muro Ancho</SpecificName>
<History>High and strongly built defensive stone walls were a common structure of the Iberian Peninsula during the period, and for long thereafter.</History>
</Identity>
<Obstruction>
<Static width="24.0" depth="8"/>
</Obstruction>
<VisualActor>
<Actor>structures/iberians/wall_medium.xml</Actor>
</VisualActor>
</Entity>