1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_wall.xml
2011-12-06 10:16:12 +00:00

25 lines
738 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>22</BuildTime>
</Cost>
<Footprint>
<Square width="23.5" depth="6.5"/>
<Height>9.0</Height>
</Footprint>
<Health>
<Max>2200</Max>
</Health>
<Identity>
<Civ>hele</Civ>
<SpecificName>Teîkhos</SpecificName>
<History>All Hellenic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
</Identity>
<Obstruction>
<Static width="23.0" depth="6.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/hellenes/wall_med.xml</Actor>
</VisualActor>
</Entity>