Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Changing a spell attribute (http://forums.wolflair.com/showthread.php?t=59955)

Enforcer84 January 16th, 2018 02:55 PM

Changing a spell attribute
 
Hey all.

I'm setting up a Paladin Oath I snagged from /r/Unearthed Arcana and one of the class features converts the spell Attribute for the paladin from CHA to WIS.

Is there a way to change the Spellcasting attribute? I was looking at the tags for the Pally class and don't see that one specified.

Anyone else tried this?

dungeonguru 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]


Enforcer84 January 17th, 2018 10:21 AM

Thank you!

I've been learning so much here :)


All times are GMT -8. The time now is 11:09 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.