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

18 lines
420 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Armour>
<Hack>20.0</Hack>
<Pierce>30.0</Pierce>
<Crush>5.0</Crush>
<Foundation>
<Hack>5.0</Hack>
<Pierce>10.0</Pierce>
<Crush>5.0</Crush>
</Foundation>
</Armour>
<Identity>
<GenericName>Defensive Structure</GenericName>
<Classes datatype="tokens">Defensive</Classes>
</Identity>
</Entity>