more damage for mallorn lance

This commit is contained in:
Enno Rehling 2009-09-23 17:28:04 +00:00
parent 4b4106348f
commit 172b4300cc
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<resource name="mallornlance">
<item weight="100">
<function name="canuse" value="lua_canuse_item"/>
<construction skill="weaponsmithing" minskill="5" reqsize="1">
<requirement type="mallorn" quantity="2"/>
</construction>
<weapon pierce="true" skill="polearm" minskill="5" offmod="0" defmod="0" magres="0.15">
<damage type="footman" value="1d5+2"/>
<damage type="rider" value="2d6+7"/>
</weapon>
</item>
</resource>