Files
0ad/binaries/data/mods/internal/entities/structures/rome_wall.xml
T
Mythos_Ruler 96b74656a3 #Roman Siege Wall Entities. :brow:
This was SVN commit r6756.
2009-03-20 03:52:00 +00:00

20 lines
549 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_defense_wall">
<Traits>
<Id>
<Specific>Moenia</Specific>
<Civ>Romans</Civ>
<History>Quick building, but expensive wooden and earthen walls used to surround and siege an enemy town or fortified position. The most famous examples are the Roman sieges of the Iberian stronghold of Numantia and the Gallic stronghold of Alesia.</History>
</Id>
</Traits>
<Actor>structures/romans/siege_wall.xml</Actor>
</Entity>