• 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

Adding Ptolus - Chaositech skills

skald1

Member
I'm having a minor problem as I port Ptolus skills for my current Pathfinder game. In particular, Chaos Surgery and Craft (Chaositech).

The problem with both lies in that both Intelligence and Wisdom modifiers are added in, however, it's the inverse of Wisdom. Hence, a +1 for Int is added as +1 to the skill as normal. But a +1 Wis is treated as a -1 to the skill, a +2 Wis is -2 to the skill, etc.

How would I script this in the editor?
 
Last edited:
Is this d20 or Pathfinder? I'll move the post to the appropriate forum (this one is more for coordinating projects or built-from-scratch game systems than the how-to).
 
Final/15000

hero.child[kSpawnCraf].field[kModValue].value -= hero.child[aCON].field[aModBonus].value

If d20. Maybe similar for Pathfinder
 
Back
Top