Skip to content

Commit

Permalink
Update greatbow.xml (#1069)
Browse files Browse the repository at this point in the history
Mallorn weapons give a 15% bonus to magic resistance, this is correctly implemented for all Mallorn weapons except elven bows
  • Loading branch information
Xolgrim authored May 19, 2024
1 parent 52998c2 commit a16b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/core/weapons/greatbow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<construction skill="weaponsmithing" minskill="5">
<requirement type="mallorn" quantity="2"/>
</construction>
<weapon pierce="true" missile="true" skill="bow" offmod="0" defmod="0" reload="0" magres="0.0">
<weapon pierce="true" missile="true" skill="bow" offmod="0" defmod="0" reload="0" magres="0.15">
<damage type="rider" value="2d6+4"/>
<damage type="footman" value="2d6+4"/>
<modifier type="missile_target" value="2"/>
Expand Down

0 comments on commit a16b80a

Please sign in to comment.