1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_structure_defense_wall.xml

32 lines
739 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_civic">
<Traits>
<Id>
<Internal_Only />
<Generic>Wall</Generic>
<Icon_Cell>54</Icon_Cell>
<Classes>Village</Classes>
<Tooltip>Protects a town, closes off choke points, and defends resource sites.</Tooltip>
</Id>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Resource>
<Stone>20</Stone>
</Resource>
</Creation>
<Footprint>
<Width>6.0</Width>
<Depth>6.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
</Health>
<Armour>
<Hack>20.0</Hack>
<Pierce>40.0</Pierce>
<Crush>10.0</Crush>
</Armour>
</Traits>
</Entity>