1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/rome_wall.xml
2012-04-15 18:28:09 +00:00

19 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Footprint>
<Square width="26.0" depth="8.5"/>
<Height>9.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Moenia</SpecificName>
<History>Roman city walls used a number of innovations to thwart besiegers.</History>
</Identity>
<Obstruction>
<Static width="24.0" depth="7.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/romans/wall_medium.xml</Actor>
</VisualActor>
</Entity>