I thought it might be this
https://forge.fantasygrounds.com/shop/items/620/view
Printable View
I thought it might be this
https://forge.fantasygrounds.com/shop/items/620/view
I've encountered some unexpected behavior, or maybe I'm missing something. I have this aura:
It is supposed to cast 10 feet of darkness, apply an advantage attack on those with an Annihilation effect, and also provide an aura that deals 6 necrotic damage at the end of the source's turns.Code:Annihilation Aura; LIGHT: 10 darkness; IFT: CUSTOM(Annihilation); ADVATK; AURA: 10 all; SDMGOE: 6 necrotic
However, the aura isn't working. If I delete the "LIGHT: 10 darkness" however, it does work.
Additionally, if I *start* deleting "LIGHT: 10 darkness" from the end of this string in the combat tracker, it starts working once I've deleted "darkness":Code:Annihilation Aura; LIGHT: 10 darkness; IFT: CUSTOM(Annihilation); ADVATK; AURA: 10 all; SDMGOE: 6 necrotic
Any ideas if I'm doing something wrong, of if this is a bug?Code:Annihilation Aura; LIGHT: 10 ; IFT: CUSTOM(Annihilation); ADVATK; AURA: 10 all; SDMGOE: 6 necrotic
Ah, ok thanks for the quick reply! I have a number of effects with auras and non-auras, so it seems to work much of the time, this is the first time it hasnt worked lol. I have two effects now, appreciate it.
Trying this extension for a Paladin and Cleric's auras, as stated above.
Paladin: Aura works as advertised. Applying when within 10 feet and removed when target moves more than 10 feet away.
Cleric, However: w/Spirit Guardians... it seemed to work for the first target (kinda). It pushed the save, but did not apply damage. Then on subsequent turns, it wouldn't even push the save with the target within the 15-foot radius.
Formulas were inputted exactly as printed.
Trying this extension for a Paladin and Cleric's auras, as stated above.
Paladin: Aura works as advertised. Applying when within 10 feet and removed when target moves more than 10 feet away.
Cleric, However: w/Spirit Guardians... it seemed to work for the first target (kinda). It pushed the save, but did not apply damage. Then on subsequent turns, it wouldn't even push the save with the target within the 15-foot radius.
Formulas were inputted exactly as printed.