0ad/binaries/data/mods/public/simulation/templates/other/wallset_palisade.xml

21 lines
755 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_wallset">
<Identity>
<Civ>gaia</Civ>
2012-05-06 01:50:43 +02:00
<GenericName>Wooden Wall</GenericName>
<SpecificName>Palisade</SpecificName>
<History>A cheap, quick defensive structure constructed with sharpened tree trunks.</History>
<Icon>gaia/special_palisade.png</Icon>
<RequiredTechnology>phase_village</RequiredTechnology>
</Identity>
<WallSet>
<Templates>
<Tower>other/palisades_rocks_tower</Tower>
<Gate>other/palisades_rocks_gate</Gate>
<WallLong>other/palisades_rocks_long</WallLong>
<WallMedium>other/palisades_rocks_medium</WallMedium>
<WallShort>other/palisades_rocks_short</WallShort>
</Templates>
</WallSet>
</Entity>