0ad/binaries/data/mods/public/simulation/templates/template_structure_civic.xml
Mythos_Ruler 0d8b9b15e1 All animals now visible in Fog of War (FOW). Should help a lot with hunting.
Hack armor increased for most buildings.

This was SVN commit r13591.
2013-07-24 18:11:03 +00:00

18 lines
400 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>10</Hack>
<Pierce>25</Pierce>
<Crush>5</Crush>
<Foundation>
<Hack>3</Hack>
<Pierce>10</Pierce>
<Crush>3</Crush>
</Foundation>
</Armour>
<Identity>
<GenericName>Civic Structure</GenericName>
<Classes datatype="tokens">Civic</Classes>
</Identity>
</Entity>