1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/cart_wall.xml
Pureon 7d47407c70 Carthaginian wall segments
This was SVN commit r11574.
2012-04-20 00:08:31 +00:00

28 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wall">
<Cost>
<BuildTime>40</BuildTime>
<Resources>
<stone>100</stone>
</Resources>
</Cost>
<Footprint>
<Square width="31.0" depth="11.0"/>
<Height>9.0</Height>
</Footprint>
<Health>
<Max>9000</Max>
</Health>
<Identity>
<Civ>cart</Civ>
<SpecificName>Jdar</SpecificName>
<History>The Carthaginians built what are referred to as "triple walls" to fortify some of their cities; as triple walls aren't a practical construct for 0 A.D, the construction of the inner wall is to be used. This wall served not only as a defensive structure but had barracks and stables integrated right into it, and raised towers at intervals. Fodder for elephants and horses, and arms were stored onsite. The ground level consisted of housing for elephants, the second level for horses, and the third level as barracks for the troops. In Carthage alone, 200 elephants, a thousand horses and 15,000~30,000 troops could be housed within the city walls. As shown in the reference drawing, there was also a ditch at the base in front of the wall. These walls were typically built of large blocks of sandstone hewn from deposits nearby, and were never breached by invaders.</History>
</Identity>
<Obstruction>
<Static width="30.0" depth="9.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/carthaginians/wall_medium.xml</Actor>
</VisualActor>
</Entity>