1 Attachment(s)
5E - Aura Effect: Auras adding an Aura?
I see that the 5E - Aura Effects thread it closed, but I hope it's okay that I start another one to ask some questions.
The situation:
1) I'm using Auras and Auras Visualized
2) I have an aura that throws up a little foot icon inside a red circle with a line on a token when I apply a custom condition: Difficult Terrain; AURA: 1 DifficultTerrain
3) I have Entangle coded as: Entangle; AURA: 20 Entabgle,cube; Entangle AoE (Difficult Terrain); AURA: 1 DifficultTerrain
4) This works perfectly when a token enters the Entangle's aura. They pick up the little crossed out foot aura/condition icon as they step into the area.
5) Unfortunately, when they exit the Entangle's Aura the console throws the following error:
[ERROR] Handler error: [string "FG-Aura-Effect:...s/manager_aura_tracker.lua"]:116: bad argument #1 to 'pairs' (table expected, got nil)
Now, even though the error is thrown, when the token leaves the Entangle Aura, the foot icon is correctly removed.
Is there a way I can suppress or avoid this thrown error?
I've attached a snapshot of showing how it works.
PR Created to silence error
Quote:
Originally Posted by
Hjorimir
I see that the 5E - Aura Effects thread it closed, but I hope it's okay that I start another one to ask some questions.
The situation:
1) I'm using Auras and Auras Visualized
2) I have an aura that throws up a little foot icon inside a red circle with a line on a token when I apply a custom condition: Difficult Terrain; AURA: 1 DifficultTerrain
3) I have Entangle coded as: Entangle; AURA: 20 Entabgle,cube; Entangle AoE (Difficult Terrain); AURA: 1 DifficultTerrain
4) This works perfectly when a token enters the Entangle's aura. They pick up the little crossed out foot aura/condition icon as they step into the area.
5) Unfortunately, when they exit the Entangle's Aura the console throws the following error:
[ERROR] Handler error: [string "FG-Aura-Effect:...s/manager_aura_tracker.lua"]:116: bad argument #1 to 'pairs' (table expected, got nil)
Now, even though the error is thrown, when the token leaves the Entangle Aura, the foot icon is correctly removed.
Is there a way I can suppress or avoid this thrown error?
I've attached a snapshot of showing how it works.
I've created a PR against the aura extension here. Hopefully @bmos can get this properly tested/merged in to resolve your issue.
Aura's Emanating from Objects
Hi Folks,
I'm trying to set up an Aura emanating from a witch's cauldron. Essentially it is like Spirit Guardians but only a 5' radius and only does 1d8 necrotic. I've created an 'npc' for the cauldron to get the CT entry. I've tried to create a custom effect of:
Granny Greenapple's Cauldron; AURA: 15 !ally,circle,single,blue; ($) Cauldron AoE; IF: FACTION(notself); SAVES: 14 WIS (M)(H); SAVEDMG: 1d8 necrotic
Unfortunately, it's rolling damage on the cauldron itself. I'm missing something here and I'm assuming it's something really stupid. Any help is greatly appreciated. Thanks.