server/src/res/weapons/axe.xml
Enno Rehling 9b972601f7 - Fixing the alliance code, proper tests.
- reorganizing weapons xml files
2009-05-21 14:57:03 +00:00

13 lines
429 B
XML

<?xml version="1.0"?>
<resource name="axe">
<item weight="200">
<construction skill="weaponsmithing" minskill="3" reqsize="1">
<requirement type="log" quantity="1"/>
<requirement type="iron" quantity="1"/>
</construction>
<weapon cut="true" skill="melee" offmod="1" defmod="-2">
<damage type="rider" value="2d6+4"/>
<damage type="footman" value="2d6+4"/>
</weapon>
</item>
</resource>