• 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 +2 to DC of compulsions

tomponzi

Active member
I'm in the process of making my version of the Domination domain for a cleric of St. Cuthbert (Greyhawk).

The first level power I have decided upon is to add +2 to the save DC of any compulsion the cleric casts.

I usually find a feat/power that does the same or similar to the effect I am looking for and pull it apart in the editor until I get what I need.

But I can't for the life of me find/think of a feat/power/special ability that grants +2 to compulsion DCs.

Can anyone please point me in the right direction.
 
In this case a search of the boards can be handy. I search for "schools" and found THIS example script that gives a bonus to the DC of all Enchantment spells.

So that gets you really close as the script is basically correct except for adding in the Cha bonus and we want the sub-school of compulsion. So if you go to "Develop->Enable Data File Debugging" and then go to "Develop->Floating Info Windows->Show Selection Fields". You should then be able to find the "Compulsion" subschool which will give you the Unique ID and see its fields you can add to.
 
Forgot to post the script that added +2 to the DC of all compulsions, so here it is.

Phase: Post-Attributes, Priority 10000,

hero.child[ssCompuls].field[schDC].value +=2
 
Back
Top