How would I add a bonus to the save dc of a spell. I am pretty sure that it has something to do with [sDC] but beyond that I can't figure it out. I either get a parsing error, syntax error, or invalid use of reserved word error. I want this to be able to stack with elemental focus and spell focus. Is that possible?
Here is the latest code that I tried.
foreach pick in hero from BaseSpell where "SpellEff.DamFire"
perform hero.field[sDC].value += 1
nexteach
Any help would be much appreciated.
Here is the latest code that I tried.
foreach pick in hero from BaseSpell where "SpellEff.DamFire"
perform hero.field[sDC].value += 1
nexteach
Any help would be much appreciated.