stuartwaring
Well-known member
I have been working on modifying the Thunderbolt ability so that damage and save DC scale with my caster level, not my sorcerer level (i have 3 levels of Eldritch Knight, 1 of Fighter and 9 of Sorcerer = CL11).
I have successfully changed the damage to 11d6 but cant get the save dc to work properly!
Here is the script (running in post attributes, priority 10,000
~use caster level for damage
field[abValue].value += herofield[tMaxCaster].value
~add half eldritch knight level to DC
#dc[cSorThunB1] += Round(#levelcount[EldritchKn]/2, 0, -1)
Any ideas why this returns a save DC of 30 not expected 22 (Cha is +7)
I have successfully changed the damage to 11d6 but cant get the save dc to work properly!
Here is the script (running in post attributes, priority 10,000
~use caster level for damage
field[abValue].value += herofield[tMaxCaster].value
~add half eldritch knight level to DC
#dc[cSorThunB1] += Round(#levelcount[EldritchKn]/2, 0, -1)
Any ideas why this returns a save DC of 30 not expected 22 (Cha is +7)