Pick a Spell increase it's Caster Level Trait bonus
Stumped on this one, need a chooser to target the spell list and then apply a Trait bonus to the CL of that spell only.
I've set the "select from" field to Spell levels 1-9
Then the "restrict first list" to All picks on Hero
I'm looking at this existing script to modify once the spell has been selected
but i'm drawing a blank.
Any help please.
Stumped on this one, need a chooser to target the spell list and then apply a Trait bonus to the CL of that spell only.
HTML:
Pick one spell. This spell's effects manifest at +1 caster level.
Then the "restrict first list" to All picks on Hero
I'm looking at this existing script to modify once the spell has been selected
Code:
~ +1 Caster Level to Earth spells
hero.child[ssEarth].field[schCastLev].value += 1
Any help please.

Last edited: