• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Increasing bonus is reversed?

Steev42

Well-known member
So, I've copied Sneak Attack into a new class special that's supposed to be a +2 bonus to saves at one level, and +4 at a higher level.

I've gotten it so that it'll show right in the Special Summary pane, the Specials tab, and the printout.

However, on the actual prestige class tab, both under the Special mouseover and the list below that, they're reversed. It shows +4 at the earlier level, and +2 at the lower.

What am I missing?
(Final/10000)
Code:
      var twice as number
      twice = field[xCount].value * 2

      debug "field[xcount] = " & field[xCount].value
      field[abValue].value += twice

      debug "field[abValue] = " & field[abValue].value

      field[livename].text = "Unwavering Loyalty +" & field[abValue].value
      field[abSumm].text = "+" & field[abValue].value & " to Will saves against mind-affecting spells and abilities"
      field[listname].text = "Unwavering Loyalty +" & twice
 
Last edited:
Back
Top