0ad/binaries/data/mods/public/simulation/templates/structures/hele_wall.xml
Pureon 368dda421a New Hele walls
This was SVN commit r11479.
2012-04-10 23:14:58 +00:00

25 lines
741 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>22</BuildTime>
</Cost>
<Footprint>
<Square width="26.0" depth="7.0"/>
<Height>9.0</Height>
</Footprint>
<Health>
<Max>3300</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="24.0" depth="6.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/hellenes/wall_medium.xml</Actor>
</VisualActor>
</Entity>