0ad/binaries/data/mods/public/simulation/templates/template_structure_civic.xml

18 lines
400 B
XML
Raw Normal View History

<?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>