Originally Posted by
Baja21
Hey All, I have been messing around with using AURAs to do targeting for AoE spells (such as fireball.) So far I have been able to use a spell proxy, drop an effect on it, and use the SAVEA function and the spells are targeting and working like a charm. The only thing I am trying to work through is how to make the aura then vanish on use. I have tried the expend on use, expend on roll, and changing of states, but I'm not sure I am using the correct verbiage.
For an example, here is the code I have used for Arms of Hadar - this obviously gets dropped directly on the pc instead of a spell token, but the same could be used on a spell proxy for something like fireball.
AURA: 10 all; Arms of Hadar; IF: FACTION (!none); SAVEA: [SDC] STR (M); SAVEDMG: 2d6 necrotic
Fireball would just be:
AURA: 20 all; Fireball; IF: FACTION (!none); SAVEA: [SDC] DEX (M)(H); SAVEDMG: 8d6 fire
anyway, right now its easy and the character just has to remove the effect right after they cast it, but I am just wondering if there is a way to automate that.
Thanks!