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

15 lines
329 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Identity>
<GenericName>Mechanical</GenericName>
<Classes datatype="tokens">Mechanical</Classes>
</Identity>
<Loot>
<wood>20</wood>
</Loot>
<Health>
<Healable>false</Healable>
<Repairable>true</Repairable>
</Health>
</Entity>