1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_wall.xml
2011-03-06 14:38:06 +00:00

25 lines
737 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Identity>
<Civ>hele</Civ>
<SpecificName>Teichos</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>
<Cost>
<BuildTime>22</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<Footprint>
<Square width="23.5" depth="6.5"/>
<Height>9.0</Height>
</Footprint>
<Obstruction>
<Static width="23.0" depth="6.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/hellenes/wall_med.xml</Actor>
</VisualActor>
</Entity>