1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/iber_wall.xml
Ykkrosh d2e06ecdbb Fix some obstruction shapes.
Fixes #808.

This was SVN commit r9348.
2011-04-29 17:51:27 +00:00

19 lines
598 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<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>
<Footprint>
<Square width="14.5" depth="7.5"/>
<Height>9.0</Height>
</Footprint>
<Obstruction>
<Static width="14.0" depth="7.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/iberians/wall.xml</Actor>
</VisualActor>
</Entity>