View Single Post
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old January 17th, 2018, 02:57 AM
There is an adjustment in the community pack just for that. (COM_5ePack_PHB - Adjustments.user) - "Casting Attribute"

In the tutorials in the Help file for the editor, there's an example of how to give spells to a non-casting class - it should be the same general method, just have to overwrite the original attribute at the correct time:

Code:
perform linkage[table].setfocus
doneif (state.isfocus = 0)
~ Spellcasting attribute
perform focus.setlinkage[castattr,BaseAttr,"IsAttr.aINT"]
or more directly:

Code:
~ Set spell casting attribute
   perform hero.childfound[cHelpPal].assign[SplAttr.aWIS]
dungeonguru is offline   #2 Reply With Quote