forked from github/server
more damage for mallorn lance
This commit is contained in:
parent
4b4106348f
commit
172b4300cc
|
@ -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>
|
Loading…
Reference in New Issue