1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_wall.xml

28 lines
875 B
XML
Raw Normal View History

<?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="24.0" depth="8.0"/>
<Height>9.0</Height>
</Footprint>
<Health>
<Max>6000</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<SpecificName>Dida</SpecificName>
<History>These were the massive walls that Nebuchadnezzar built to protect the city. It is said that two four-horse chariots could easily pass by each other. Babylon, although not an official royal residence (there were 4 of them all together), was a preferred place for holidays.</History>
</Identity>
<Obstruction>
<Static width="22.0" depth="7.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/persians/wall.xml</Actor>
</VisualActor>
</Entity>