I'm working on adding a cleric domain which has powers that don't kick in until you have a few levels - that part I can do - put in a condition statement that checks for count:Classes.Cleric >=x.
Then I looked closer at the thing I'm entering - they're based on caster level, not cleric level, which means that if you have a pretige class that improves your cleric caster level, it counts toward these powers.
The thing I want is field[cMagicLev].value on the cleric helper item, but how do I access the parent thing from within a fieldval: statement?
Then I looked closer at the thing I'm entering - they're based on caster level, not cleric level, which means that if you have a pretige class that improves your cleric caster level, it counts toward these powers.
The thing I want is field[cMagicLev].value on the cleric helper item, but how do I access the parent thing from within a fieldval: statement?