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

18 lines
405 B
XML
Raw Normal View History

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