is it possible to mod the calculation used for TwoHand/OffHand Damage Bonus?
Either through the Editor or by requesting an option in the options?
It seems logical to me that your off hand is half as strong as your primary hand and that two hands are stronger than one hand.
but Pathfinder only does this for positive strength bonuses (and really only for +2 or better)
the values should change for all strength mods
eg.
Either through the Editor or by requesting an option in the options?
It seems logical to me that your off hand is half as strong as your primary hand and that two hands are stronger than one hand.
but Pathfinder only does this for positive strength bonuses (and really only for +2 or better)
the values should change for all strength mods
eg.
HTML:
<table>
<th><td>Strength</td><td>Off Handed</td><td>One Handed</td>Two Handed</td></th>
<tr><td>3-4</td><td>-6</td><td>-4</td><td>-2</td></tr>
<tr><td>4-5</td><td>-4</td><td>-3</td><td>-1</td></tr>
<tr><td>6-7</td><td>-3</td><td>-2</td><td>-1</td></tr>
<tr><td>8-9</td><td>-2</td><td>-1</td><td>+0</td></tr>
<tr><td>10-11</td><td>-1</td><td>+0</td><td>+1</td></tr>
<tr><td>12-13</td><td>+0</td><td>+1</td><td>+2</td></tr>
<tr><td>14-15</td><td>+1</td><td>+2</td><td>+3</td></tr>
<tr><td>16-17</td><td>+1</td><td>+3</td><td>+4</td></tr>
<tr><td>18-19</td><td>+2</td><td>+4</td><td>+6</td></tr>
<tr><td>20-21</td><td>+2</td><td>+5</td><td>+7</td></tr>
<tr><td>22-23</td><td>+3</td><td>+6</td><td>+9</td></tr>
</table>
Last edited: